home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #ifndef STMainH
- #define STMainH
- //---------------------------------------------------------------------------
- #include <vcl\Classes.hpp>
- #include <vcl\Controls.hpp>
- #include <vcl\StdCtrls.hpp>
- #include <vcl\Forms.hpp>
- #include <vcl\ExtCtrls.hpp>
- //---------------------------------------------------------------------------
- class TForm1 : public TForm
- {
- __published: // IDE-managed Components
- TScrollBar *RedScroller;
- TPanel *ColoredPanel;
- TLabel *Label1;
- TLabel *Label2;
- TScrollBar *GreenScroller;
- TLabel *Label3;
- TScrollBar *BlueScroller;
- TPanel *RedPanel;
- TPanel *BluePanel;
- TPanel *GreenPanel;
- void __fastcall RedScrollerScroll(TObject *Sender,
- TScrollCode ScrollCode, Integer &ScrollPos);
-
-
- private: // User declarations
- public: // User declarations
- virtual __fastcall TForm1(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TForm1 *Form1;
- //---------------------------------------------------------------------------
- #endif
-